Avatar illustration
    Bret Zawilski
  • Home
  • About
  • Blog
  • Notes

JavaScript

This is it, the language that I've chosen to pursue first and most seriously in my career as a developer. This page will provide an index of materials that relate to vanilla JS concepts. It will not include direct references to individual frameworks.

JS Concepts

  • Thread of Execution
  • Memory in Javascript
  • Variable Types
  • JS Functions
  • DOM Manipulation

Backlinks

  • Functional Programming

    Functional Programming

    Functional programming is a paradigm of programming that looks to create pure functions, or rather functions that only take in input and produce output. This is done without side effects. This page will primarily l

  • HTML Index

    HTML

    Hypertext Markup Language (HTML) is what the web is built on. All pages make use of HTML when rendering out content. The language itself is not a true programming language, but it does provide a framework upon which CSS an JS can be

  • Coding Index

    Coding

    This index will catalogue knowledge gained around the topic of coding and programming. It will serve as a centralized resource for my notes and links to important or relevant content. So, essentially, this is a landing page for a

  • About These Notes

    #MOC

    About these Notes

    Welcome to the "mind garden" portion of this site. If you haven't heard of a mind garden in the past, it's essentially a personal wiki that's used to "think in public." The idea stems from conversations around pers

© 2021 Bret Zawilski